/* ---------------- code to remove author name from website preview -----------------*/ add_filter( 'oembed_response_data', 'disable_embeds_filter_oembed_response_data_' ); function disable_embeds_filter_oembed_response_data_( $data ) { unset($data['author_url']); unset($data['author_name']); return $data; } /*---------------------------------working as of 5-8-24 -----------------------------*/{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}